home *** CD-ROM | disk | FTP | other *** search
- ______________________________________________________________________________
- APPL2IBM.EXE Version 2.1 (c) Copyright 1990 by Cory Krell
-
- APPL2IBM.EXE will convert a text file from Apple ][ or Apple Macintosh
- format to IBM-PC/XT/AT/ETC text file format.
-
- Usage: APPL2IBM infile outfile
- [where "infile" is the Apple file, and "outfile" is the IBM file]
-
- Version 2.1 created out of disgust for the severe lack of speed in 1.0 -
- I used to go out and get dinner while the sucker ran.... :)
-
- Version 2.1 is over 30X (!) faster than version 1.0, due to reading and
- writing the input & output files in 8k chunks (or size of the file, if
- smaller), and partially (read: very little) due to using register int's
- for loop variables.
-
- Disclaimer: I don't claim that this program won't trash, mutilate, destroy,
- alter, scramble, wreck, ravage, vaporize, dissolve, devour, or
- otherwise ruin your data. It works fine on everything that
- I've tested, but don't sue me if you have a problem. By using
- the program, you agree that I'm not liable for anything.
- Besides, what do you expect for free?
- ______________________________________________________________________________